export declare const cardProps: { bordered: { type: BooleanConstructor; default: boolean; }; hoverable: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; }; };