import type { DefaultTheme } from 'styled-components'; import type { CardProps } from './types'; export declare function getCardVariant(props: { theme: DefaultTheme; } & CardProps): import("styled-components").FlattenInterpolation>; export declare function getCardInteractiveStyles(props: { theme: DefaultTheme; } & CardProps): import("styled-components").FlattenInterpolation> | undefined;