import type { CSSProperties, ReactNode } from 'react'; type RegularProps = { variant?: 'normal' | 'small' | 'big' | 'capitalized'; isDisabledOnOverlay?: boolean; children?: ReactNode; style?: CSSProperties; className?: string; }; export declare const Regular: import("react").MemoExoticComponent<({ variant, isDisabledOnOverlay, children, className, style }: RegularProps) => import("react").JSX.Element | null>; export {}; //# sourceMappingURL=Regular.d.ts.map