import { CustomControl } from '../TopLevelControls/TopLevelControls';
export type CustomControlsProps = {
    customControls?: CustomControl[];
    remount: () => void;
};
export declare function CustomControls(props: CustomControlsProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=CustomControls.d.ts.map