import { Theme } from '../../styles'; export interface LoaderProps extends React.HTMLAttributes { center?: boolean; variant?: Theme; size?: number; }