import '../skhemata-form';
declare const _default: {
    title: string;
    component: string;
    argTypes: {
        name: {
            control: string;
        };
        label: {
            control: string;
        };
        description: {
            control: string;
        };
        horitontal: {
            control: string;
        };
    };
};
export default _default;
export declare const Example: any;
