import { ReactElement } from 'react'; export type IconSize = 24 | 32; export interface LoaderProps { size?: IconSize; inverted?: boolean; testID?: string; } export declare function Loader({ size, inverted, testID }: LoaderProps): ReactElement; //# sourceMappingURL=Loader.d.ts.map