declare const style: { name: string; identifier: string; comment: string; symbol: string; null: string; number: string; boolean: string; string: string; }; export default style;