import { LOADER_SIZE as SIZE } from '../constants'; type Props = { size?: keyof typeof SIZE; color?: string; children?: JSX.Element; centered?: boolean; }; declare function Loader({ children, color, size, centered, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export { Loader }; //# sourceMappingURL=Loader.component.d.ts.map