import type { SelectCardProps } from '.';
export declare const getNumberBySize: (size: SelectCardProps['size']) => {
    cardWidth: number;
    imgHeight: number;
};
export declare const useStyles: (props?: Pick<SelectCardProps, "disabled" | "size"> | undefined) => import("antd-style").ReturnStyles<{
    option: import("antd-style").SerializedStyles;
    optionSelected: import("antd-style").SerializedStyles;
    check: import("antd-style").SerializedStyles;
}>;
