/// <reference types="react" />
import type { Types } from "../types";
declare type LabelProps = Types.ButtonProps & {
    pressed: boolean;
};
export declare function Label(props: LabelProps): JSX.Element | null;
export {};
//# sourceMappingURL=Label.d.ts.map