import { CardContent, CardInnerContent } from '@salutejs/plasma-new-hope/styled-components'; /** * Компонент Card. */ export declare const Card: import("react").FunctionComponent & { size?: string; view?: string; orientation?: "horizontal" | "vertical"; selected?: boolean; backgroundType?: "none" | "solid"; } & import("react").HTMLAttributes & import("react").RefAttributes>; export { CardContent, CardInnerContent };