/// <reference types="react" />
import { SectionProps } from './interface';
export declare function Section({ background, backgroundSize, ...props }: SectionProps): JSX.Element;
