import * as RadioGroup from "@radix-ui/react-radio-group"; export type ChoiceFeedTileProps = Omit & Readonly<{ label: React.ReactNode; previewUrl?: string; previewBitmap?: ImageBitmap; showLabel?: boolean; isLoading?: boolean; onLoad?: () => void; error?: React.ReactNode; aspectRatio?: string; containerClassName?: string; }> & React.RefAttributes; export declare function ChoiceFeedTile({ label, previewUrl, previewBitmap, showLabel, isLoading, onLoad, error, aspectRatio, className, containerClassName, ref, ...props }: ChoiceFeedTileProps): import("react").JSX.Element; export declare namespace ChoiceFeedTile { var displayName: string; } //# sourceMappingURL=ChoiceFeedTile.d.ts.map