import '../skhemata-form';
declare const _default: {
    title: string;
    component: string;
    argTypes: {
        textBoxLabel: {
            control: string;
        };
        textAreaLabel: {
            control: string;
        };
    };
};
export default _default;
export declare const Example: any;
