import { ComponentStyleConfig } from '@chakra-ui/react'; export declare const statusStyles: { custom: { backgroundColor: string; borderColor: string; colorSolid: string; colorSubtle: string; colorOutline: string; }; accent: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; primary: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; secondary: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; info: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; success: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; warning: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; error: { backgroundColor: string; borderColor: string; colorOutlineSubtle: string; colorSolid: string; }; }; export declare const Badge: ComponentStyleConfig;