import * as React from 'react'; type Props = { className?: string; small?: boolean; large?: boolean; tiny?: boolean; }; declare function OnLoading({ className, small, large, tiny }: Props): import("react/jsx-runtime").JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;