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