import { Component } from 'react';
import { Animated } from 'react-native';
import { IContentLoaderProps } from './';
declare class NativeSvg extends Component<IContentLoaderProps> {
    static defaultProps: {
        animate: boolean;
        backgroundColor: string;
        foregroundColor: string;
        rtl: boolean;
        speed: number;
        style: {};
    };
    animatedValue: Animated.Value;
    fixedId: string;
    idClip: string;
    idGradient: string;
    setAnimation: () => void;
    componentDidMount: () => void;
    render(): JSX.Element;
}
export default NativeSvg;
//# sourceMappingURL=Svg.d.ts.map