import React from 'react'; interface UserComponentPaneContentProps { children: React.ReactNode; } export declare function UserComponentPaneContent(props: UserComponentPaneContentProps): React.JSX.Element; export {}; //# sourceMappingURL=UserComponentPaneContent.d.ts.map