import * as React from "react"; export interface DynamicDivProps { children?: any; attributes: any; actionAttributes: any; BlockWrapperProps: any; builderPath: any; builderParentId: any; BlocksWrapperProps: any; contentWrapperProps: any; builderModel: any; ref: any; } declare function DynamicDiv(props: DynamicDivProps): React.JSX.Element; export default DynamicDiv; //# sourceMappingURL=dynamic-div.d.ts.map