import type { BaseProps } from "@stratakit/foundations/secret-internals";
export declare const Checkmark: import("react").ForwardRefExoticComponent<Omit<BaseProps<"svg">, "children"> & import("react").RefAttributes<HTMLElement | SVGSVGElement>>;
export declare const Dismiss: import("react").ForwardRefExoticComponent<Omit<BaseProps<"svg">, "children"> & import("react").RefAttributes<HTMLElement | SVGSVGElement>>;
interface StatusIconProps extends Omit<BaseProps<"svg">, "children"> {
    tone: "positive" | "attention" | "critical" | "info";
}
export declare const StatusIcon: import("react").ForwardRefExoticComponent<StatusIconProps & import("react").RefAttributes<HTMLElement | SVGSVGElement>>;
export declare const MoreHorizontal: import("react").ForwardRefExoticComponent<Omit<BaseProps<"svg">, "children"> & import("react").RefAttributes<HTMLElement | SVGSVGElement>>;
export declare const ChevronDown: import("react").ForwardRefExoticComponent<Omit<BaseProps<"svg">, "children"> & import("react").RefAttributes<HTMLElement | SVGSVGElement>>;
export {};
