import '../skhemata-form';
declare const _default: {
    title: string;
    component: string;
    argTypes: {
        value: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        label: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        horizontal: {
            control: string;
            description: string;
            defaultValue: boolean;
            table: {
                type: string;
                category: string;
            };
        };
        description: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        required: {
            control: string;
            description: string;
            defaultValue: boolean;
            table: {
                type: string;
                category: string;
            };
        };
        name: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        placeholder: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        errorMessage: {
            control: string;
            name: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        valid: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        change: {
            description: string;
            table: {
                type: {
                    summary: string;
                    detail: string;
                };
                category: string;
            };
        };
    };
};
export default _default;
export declare const Example: any;
