///
import { CommonStyleProps } from "./system/unions";
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>;