declare module "*.vert" { const str: string; export default str; } declare module "*.frag" { const str: string; export default str; }