import { ICommandButton, ICommandButtonProps } from "./types";
/**
 * Command Button
 */
export declare const CommandButton: (props: ICommandButtonProps) => ICommandButton;
