type SectionProps = { $title?: boolean; $hasButtons: boolean; }; declare const StyledSection: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<{ reverse?: boolean; alignItems?: string; } & import('react').HTMLAttributes, SectionProps>> & string & Omit<({ alignItems, reverse, children, ...props }: import('../../components/Row').RowhProps) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component>; export { StyledSection };