import { ViewProps } from "@vnxjs/components/types/View";
import { ReactNode } from "react";
interface NoticeBarIconProps extends ViewProps {
    children?: ReactNode;
}
export declare function NoticeBarIcon(props: NoticeBarIconProps): JSX.Element;
export {};
