/// type Props = { error?: boolean; disabled?: boolean; show?: boolean; }; export declare const Label: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLLabelElement>, Props>>; export {};