export declare function generateComponentChunkName(componentPath: string, kind?: "component" | "slice"): string;
