export interface SectionStyledProps {
    $bg: boolean;
    $bgLines: boolean;
    $fullHeight: boolean;
}
export declare const SectionStyled: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, SectionStyledProps>>;
export interface SectionContentProps {
    $fullHeight: boolean;
}
export declare const SectionContent: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SectionContentProps>>;
export interface SectionContainerProps {
    $fullHeight: boolean;
}
export declare const SectionContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@/ui/components/container").ContainerProps, SectionContainerProps>>;
