import { DefaultTheme } from "styled-components"; import { LabelProps } from "./types"; export declare const StyledLabel: import("styled-components").StyledComponent<"div", DefaultTheme, LabelProps, never>;