import type { StatesIconProps } from '..'; import type { BoxProps } from '../Box'; export type ContextualbarEmptyContentProps = BoxProps & { icon?: StatesIconProps['name']; title?: string; subtitle?: string; }; declare const _default: import("react").MemoExoticComponent>>; export default _default; //# sourceMappingURL=ContextualbarEmptyContent.d.ts.map