interface Colors {
    apple: string;
    chestnut: string;
}
declare const _default: {
    success: (Colors: Colors) => string;
    fail: (Colors: Colors) => string;
};
export default _default;
