import { FunctionComponent } from "react";
import { TextProps } from "ink";
export declare const createLabel: (text: string, color: string) => FunctionComponent<TextProps>;
