import * as Checkbox from "@radix-ui/react-checkbox"; import { ChoiceTileProps } from "../ChoiceTile"; export type ChoiceMultipleTileProps = Checkbox.CheckboxProps & Pick & React.RefAttributes; export declare function ChoiceMultipleTile({ label, imageSrc, className, ref, ...props }: ChoiceMultipleTileProps): import("react").JSX.Element; export declare namespace ChoiceMultipleTile { var displayName: string; } //# sourceMappingURL=ChoiceMultipleTile.d.ts.map