import { ICommandBarProps } from "../types";
/**
 * Command Bar
 */
export declare const CommandBar: (props: ICommandBarProps) => string;
