import { SpinnerProps } from './Spinner.types'; export declare const getClassNames: (props: SpinnerProps) => string;