/// import { CommonStyleProps } from "../systemHelpers"; export declare type LabelProps = CommonStyleProps & { gray?: boolean; bold?: boolean; mono?: boolean; }; export declare const Label: import("styled-components").StyledComponent<"label", any, import("react").PropsWithChildren, never>;