import { Theme } from '../theme'; export declare const inputBase: (t?: Theme) => string; export declare const selectBase: (t?: Theme) => string; export declare const labelBase: (t?: Theme) => string; export declare const labelVariant: { inline: (t?: Theme) => string; }; export declare const textareaBase: (t?: Theme) => string; export declare const fieldsetBase: (t?: Theme) => string; export declare const checkboxBase: (t?: Theme) => string; export declare const inputStyles: (t?: Theme) => string; export declare const selectStyles: (t?: Theme) => string; export declare const textareaStyles: (t?: Theme) => string; export declare const fieldsetStyles: (t?: Theme) => string; export declare const checkboxStyles: (t?: Theme) => string; export declare const labelStyles: (t?: Theme) => string; export declare const input: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const select: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const label: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const legend: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const textarea: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const fieldset: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const checkbox: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; export declare const formStyles: (t?: Theme) => string; export declare const form: { styles: (t?: Theme) => string; input: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; select: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; textarea: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; label: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; legend: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; fieldset: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; checkbox: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; }; //# sourceMappingURL=form.d.ts.map