export declare const useStyles: (props?: {
    type: 'ghost' | 'block' | 'pure';
} | undefined) => import("antd-style").ReturnStyles<{
    input: string;
    textarea: string;
}>;
