import { ButtonSize } from "../types"; export declare const fieldSizeClassNames: (size: ButtonSize, className?: string) => string | undefined;