declare const config: { heading: string[]; box: string[][]; animation: string[][]; border: string[][]; background: string[][]; text: string[][]; other: string[][]; }; export default config;