/**
 * 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 <<SignedSource::505188bcbfbd2bedd523b7a93366dd82>>
 * @codegenCommand yarn build:icon-glyphs
 */
interface Data {
    keywords: string[];
    componentName: string;
    package: string;
    packageLoader: () => Promise<{
        default: React.ComponentType<any>;
    }>;
}
export declare const metaDataWithPackageLoader: Record<string, Data>;
declare const metaData: {
    [k: string]: {
        keywords: string[];
        componentName: string;
        package: string;
    };
};
export default metaData;
