import { FC } from 'react'; declare type Props = { className?: string; color?: string; size?: string; }; declare const ApmSpinner: FC; export default ApmSpinner;