import React from "react"; import { ICard } from "../../types/Card"; import { ILocalizableProperty } from "../../utils/hocs/localized"; export declare const DATA_CY_DEFAULT = "card"; export declare const DATA_CY_SHORTCUT = "title"; export declare const LOCALIZABLE_PROPS: ILocalizableProperty[]; export declare const SUBPARTS_MAP: { avatar: { label: string; }; title: { label: string; }; subtitle: { label: string; }; content: { label: string; }; collapse: { label: string; }; collapsibleContent: { label: string; }; }; export declare const CardWithProps: React.FC; declare const _default: React.FC; export default _default;