import React from 'react'; import type { RootProps } from '../../engines'; import type { CardProps } from './Card.types'; export declare const cardRoot: (Root: RootProps) => React.ForwardRefExoticComponent<{ size?: string; view?: string; orientation?: "horizontal" | "vertical"; selected?: boolean; backgroundType?: "none" | "solid"; } & React.HTMLAttributes & React.RefAttributes>; export declare const cardConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent<{ size?: string; view?: string; orientation?: "horizontal" | "vertical"; selected?: boolean; backgroundType?: "none" | "solid"; } & React.HTMLAttributes & React.RefAttributes>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=Card.d.ts.map