/** @packageDocumentation * @module Footer */ /// import "./Popup.scss"; import type { PopupProps } from "@itwin/core-react"; /** Popup component used in [[Footer]] component. * @note Use `popup` prop of [StatusBarIndicator]($appui-react) instead * @internal */ export declare function FooterPopup(props: Partial): JSX.Element; //# sourceMappingURL=Popup.d.ts.map