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