import type { CardOptions } from "../Card/Card.types.js"; export interface CardProps extends Omit, Record { } export declare function registerCardElement(): CustomElementConstructor | undefined; //# sourceMappingURL=card.d.ts.map