import { SvgAssetComponent } from "../../../../runtime/create-svg-asset.mjs"; //#region src/generated/crests/mini/components/clickhouse.d.ts /** * The **Clickhouse Mini** crest — the simplified mini badge, as a React component. * * Pass `size` to set the width (height follows automatically), and `title` to give it an * accessible label. Accepts any other `` prop (`className`, `style`, `onClick`, …). * * @example * ```tsx * import { ClickhouseCrestMini } from "@posthog/brand/crests/mini" * * * ``` */ declare const ClickhouseCrestMini: SvgAssetComponent; //#endregion export { ClickhouseCrestMini, ClickhouseCrestMini as default };