import { type RaftyIconProps } from "@rafty/icons"; export type CollectionCard = { label: string; icon?: RaftyIconProps["type"]; }; export declare function CollectionCard(props: CollectionCard): import("react/jsx-runtime").JSX.Element;