import { Section as BaseSection } from '@shopify/retail-ui-extensions'; import { ReactPropsFromRemoteComponentType } from '@remote-ui/react'; export type SectionProps = ReactPropsFromRemoteComponentType; export declare const Section: "Section" & { readonly type?: "Section" | undefined; readonly props?: import("@shopify/retail-ui-extensions/src").SectionProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=Section.d.ts.map