declare const config: {
  name: string;
  basic: string[];
  outline: string[];
  filled: string[];
};
export default config;
