import type { RenderAttachmentProps } from '../utils';
export type CardProps = RenderAttachmentProps['attachment'] & {
    compact?: boolean;
};
declare const UnMemoizedCard: (props: CardProps) => import("react/jsx-runtime").JSX.Element;
/**
 * Simple Card Layout for displaying links
 */
export declare const Card: typeof UnMemoizedCard;
export {};
//# sourceMappingURL=Card.d.ts.map