import * as RadioGroup from "@radix-ui/react-radio-group"; export type ModeSelectionTileProps = Omit & Readonly<{ title: string; items: string[]; imageSrc: string; videoSrc?: string; altLabel?: string; badgeLabel?: string; }> & React.RefAttributes; export declare function ModeSelectionTile({ title, items, imageSrc, videoSrc, altLabel, badgeLabel, className, ref, ...rest }: ModeSelectionTileProps): import("react").JSX.Element; export declare namespace ModeSelectionTile { var displayName: string; } //# sourceMappingURL=ModeSelectionTile.d.ts.map