import React from "react"; declare type LabelProps = React.DetailedHTMLProps, HTMLLabelElement>; /** * Label used by `Toggle` * * This can be used to emulate what a label would look like if it were used by a * `Toggle` in the even that you can't use the `Toggle`'s label. */ export declare const Label: React.FC; export {};