export declare const XScalarIconSchema: import("@scalar/typebox").TObject<{ 'x-scalar-icon': import("@scalar/typebox").TOptional; }>; export type XScalarIcon = { /** A custom icon representing the collection */ 'x-scalar-icon'?: string; }; //# sourceMappingURL=x-scalar-icon.d.ts.map