import React from "react"; import { EntityCollection, PluginHomePageActionsProps } from "@firecms/core"; export declare function EnhanceCollectionIcon({ extraProps, path, collection }: PluginHomePageActionsProps<{ getConfigForPath?: (props: { path: string; collection: EntityCollection; }) => boolean; }>): React.JSX.Element | null;