import type { FC, SVGProps } from 'react'; type LoaderSonnerProps = SVGProps; export declare const LoaderSonner: FC; export {};