export declare const btnCreator: (class2Create: string, specify: string, value: string, secondValue?: string, outline?: boolean) => Promise<string>;
