/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * * To change the format of this file, modify `createIconDocs` in icon-build-process/src/create-icon-docs.tsx. * * @codegen <> * @codegenCommand yarn build:icon-glyphs */ interface Data { keywords: string[]; componentName: string; package: string; packageLoader: () => Promise<{ default: React.ComponentType; }>; } export declare const metaDataWithPackageLoader: Record; declare const metaData: Record>; export default metaData;