/// import { AllSystemProps } from "../systemHelpers"; export declare type BaseLabelProps = AllSystemProps; export declare const BaseLabel: import("styled-components").StyledComponent<"label", any, import("react").PropsWithChildren, never>;