export declare const ICON_SIZE = 20; export declare const useStyles: (props?: { shape: 'round' | 'square'; type: 'normal' | 'low' | 'overload'; } | undefined) => import("antd-style").ReturnStyles<{ container: string; }>;