/** @packageDocumentation * @module Notification */ /// import { IconProps } from "@bentley/ui-core"; /** Icon for Message * @internal */ export declare function HollowIcon(props: IconProps): JSX.Element; //# sourceMappingURL=HollowIcon.d.ts.map