import { SVGProps } from 'react'; export interface LoaderProps extends SVGProps { className?: string; } //# sourceMappingURL=Loader.props.d.ts.map