///
declare const SectionDescription: import("@emotion/styled").StyledComponent & {
readonly noMargin?: boolean | undefined;
} & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export default SectionDescription;