import { CommonProps, ColorProp } from '../types'; export interface SectionProps extends CommonProps { backgroundImage?: string; backgroundColor?: string | ColorProp; parallex?: boolean; backgroundColorOpacity?: number; } export declare const Section: any; export default Section; //# sourceMappingURL=Section.d.ts.map