import { VariantProps } from 'class-variance-authority'; import * as React from 'react'; declare const cardVariants: (props?: ({ variant?: "dialog" | "text" | "security" | "grid" | "modal" | "collaboration" | "organisation" | "infrastructure" | "gridSelected" | "tile" | "tileSelected" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string; export type CardVariant = NonNullable['variant']>; export type CardProps = React.HTMLAttributes & VariantProps; declare const Card: React.ForwardRefExoticComponent & VariantProps<(props?: ({ variant?: "dialog" | "text" | "security" | "grid" | "modal" | "collaboration" | "organisation" | "infrastructure" | "gridSelected" | "tile" | "tileSelected" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes>; declare const CardContent: React.ForwardRefExoticComponent & React.RefAttributes>; export { Card, cardVariants, CardContent }; //# sourceMappingURL=Card.d.ts.map