/// import type { IconType } from "./Icon/types"; declare function AdminNote(props: IconType): JSX.Element; export default AdminNote;