export type ChoiceTileIndicatorProps = { multiSelect?: boolean; } & React.RefAttributes; export type ChoiceTileProps = React.ComponentPropsWithoutRef<"label"> & { label: string; imageSrc?: string; }; export declare function ChoiceTile({ label, imageSrc, className, children, ...props }: ChoiceTileProps): import("react").JSX.Element; export declare namespace ChoiceTile { export { ChoiceTileIndicator as Indicator }; } declare const ChoiceTileIndicator: { ({ multiSelect, ref }: ChoiceTileIndicatorProps): import("react").JSX.Element; displayName: string; }; export {}; //# sourceMappingURL=ChoiceTile.d.ts.map