declare const _default: {
    title: string;
    component: (props: import("../components/WOITextField").TextFieldProps) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export default _default;
export declare const Default: {
    args: {
        type: string;
        label: string;
        labelColor: string;
        placeholder: string;
        placeholderColor: string;
        supportingText: string;
        supportingTextColor: string;
        borderColor: string;
        backgroundColor: string;
        backgroundOpacity: string;
        borderRadius: number;
        borderWidth: number;
        fontSize: number;
        borderType: string;
        boxShadow: string;
        leftIcon: string;
        leftIconSize: number;
        leftIconColor: string;
        rightIcon: string;
        rightIconColor: string;
        rightIconSize: number;
        isDisabled: boolean;
        multline: number;
    };
};
