import { SvgAssetComponent } from "../../../../runtime/create-svg-asset.mjs"; //#region src/generated/crests/mini/components/billing.d.ts /** * The **Billing 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 { BillingCrestMini } from "@posthog/brand/crests/mini" * * * ``` */ declare const BillingCrestMini: SvgAssetComponent; //#endregion export { BillingCrestMini, BillingCrestMini as default };