/// <reference types="react" />
declare const _default: {
    title: string;
    component: ({ label, field_state, placeholder_text }: {
        label: string;
        field_state: any;
        placeholder_text: any;
    }) => JSX.Element;
    argTypes: {
        label: {
            name: string;
            control: {
                type: string;
            };
            defaultValue: string;
        };
        field_state: {
            name: string;
            control: {
                type: string;
                options: string[];
            };
            defaultValue: string;
        };
        placeholder_text: {
            name: string;
            control: {
                type: string;
            };
            defaultValue: string;
        };
    };
};
export default _default;
export declare const DateRangePicker: any;
