/** * @fileoverview @freesail/standard-catalog * * The standard UI component catalog for Freesail, built as a standalone * package using the Freesail SDK — the same way any external developer * would create a custom catalog. * * @example * ```tsx * import { FreesailProvider } from '@freesail/react'; * import { StandardCatalog } from '@freesail/standard-catalog'; * * * * * ``` */ import type { CatalogDefinition } from '@freesail/react'; export declare const StandardCatalog: CatalogDefinition; //# sourceMappingURL=index.d.ts.map