/// interface Props { indent?: boolean; error?: boolean; } declare const Legend: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLLegendElement>, Props>>; export default Legend;