import type { Component } from "../../common"; import type { HtmlProps, Icon, LayoutProps } from "../common"; import type { ButtonHTMLAttributes } from "../../html"; export declare const CmdButton: Component; export type CommandBoxProps = Partial> & { icon?: Icon; iconPlacement?: "before" | "after"; orientation?: LayoutProps["orientation"]; };