import { AgSelectionCard, SelectionCardProps } from '../core/SelectionCard'; import * as React from 'react'; export interface ReactSelectionCardProps extends SelectionCardProps { children?: React.ReactNode; className?: string; } export declare const ReactSelectionCard: import('@lit/react').ReactWebComponent; export type { SelectionCardProps } from '../core/SelectionCard'; //# sourceMappingURL=ReactSelectionCard.d.ts.map