/// interface Props { error?: boolean; disabled?: boolean; hideLabel?: boolean; isActive?: boolean; isFocused?: boolean; } declare const StaticLabelText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, Props>>; export default StaticLabelText;