/**
 * 共通フォームスタイルレシピ
 * TextField、DatePicker、Select、TextAreaなどのフォームコンポーネントで共通のスタイルを定義
 */
export declare const textFieldRecipe: import('../../styled-system/types').SlotRecipeRuntimeFn<"icon" | "description" | "input" | "label" | "root" | "labelRequired" | "inputWrapper" | "leftContent" | "rightContent" | "messageField" | "invalidMessage", {
    fullWidth: {
        true: {
            root: {
                width: "100%";
            };
        };
    };
}>;
