import type { CollectionActionType } from "@dawncms/core"; export declare function ActionButton({ icon, label, colorScheme, id, }: Omit): import("react/jsx-runtime").JSX.Element;