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