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