export declare const useStyles: (props?: { size?: number; specialSize?: number; disabled?: boolean; }) => import("antd-style").ReturnStyles<{ [x: number]: string; iconWithGradient: string; specialIcon: string; }>;