import { ReactNode } from 'preact/compat'; interface Props { className?: string; children?: ReactNode; variant?: 'default' | 'muted'; withPadding?: boolean; } declare const Card: import('preact').FunctionalComponent & { ref?: import('preact').Ref | undefined; }>; export default Card; //# sourceMappingURL=Card.d.ts.map