import { MantineTheme, MantineSize } from '../../theme';
interface InputWrapperStyles {
    theme: MantineTheme;
    size: MantineSize;
}
declare const _default: (args?: InputWrapperStyles, classNames?: Partial<Record<"description" | "label" | "error" | "root" | "required", string>>, name?: string) => Record<"description" | "label" | "error" | "root" | "required", string>;
export default _default;
//# sourceMappingURL=InputWrapper.styles.d.ts.map