export declare function SectionFeature({ children, extendTop, enhanceIntro, className, }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace SectionFeature {
    var defaultProps: {
        extendTop: boolean;
        enhanceIntro: boolean;
        className: string;
    };
}
export default SectionFeature;
//# sourceMappingURL=SectionFeature.d.ts.map