import React from 'react';
import { BaseDeskToolPaneProps } from '../types';
declare type UserComponentPaneProps = BaseDeskToolPaneProps<'component'>;
/**
 * @internal
 */
export declare function UserComponentPane(props: UserComponentPaneProps): React.JSX.Element;
export {};
//# sourceMappingURL=UserComponentPane.d.ts.map