import type { FC, SVGProps } from 'react'; type LoaderCircleProps = SVGProps & { background: boolean; }; export declare const LoaderCircle: FC; export {};