import { ICardProps } from './types'; declare const generateCommonProps: ({ id, size, className, disabled, hasHover, style, }: ICardProps) => { id: string; className: string; style: React.CSSProperties; }; export default generateCommonProps; //# sourceMappingURL=generateCommonProps.d.ts.map