///
import { LegendProps, FieldsetProps } from './types';
export declare const StyledLegend: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & LegendProps & {
noCrop: boolean;
}, import("react").DetailedHTMLProps, HTMLLegendElement>, {}>;
export declare const StyledFieldset: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & FieldsetProps, import("react").DetailedHTMLProps, HTMLFieldSetElement>, {}>;
//# sourceMappingURL=styled.d.ts.map