import { TabsProps } from '../Tabs'; export type DesignManagerTabsProps = Omit, 'tabs' | 'value' | 'onChange'>; export interface DesignManagerProps { propsInStyles?: boolean; hideTabs?: boolean; hideSelectors?: boolean; tabsProps?: DesignManagerTabsProps; } declare function DesignManager(props?: DesignManagerProps): import("react/jsx-runtime").JSX.Element; declare const _default: typeof DesignManager & { displayName: string; }; export default _default;