import React from 'react'; import type { DisabledProps, FocusProps, OutlinedProps, RoundnessProps } from '@sberdevices/plasma-core'; interface ScaleOnFocusProps { /** * Увеличение по фокусу */ scaleOnFocus?: boolean; } interface StyledRootProps extends DisabledProps, FocusProps, OutlinedProps, RoundnessProps, ScaleOnFocusProps { } export declare const StyledCard: import("styled-components").StyledComponent<"div", any, import("@sberdevices/plasma-core").SpacingProps & import("@sberdevices/plasma-core").BreakWordProps & StyledRootProps, never>; export interface CardProps extends DisabledProps, FocusProps, OutlinedProps, ScaleOnFocusProps, Partial, React.HTMLAttributes { } /** * Контейнер со скругленными углами с возможностью фокусировки на нем. */ export declare const Card: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Card.d.ts.map