import { SvgAssetComponent } from "../../runtime/create-svg-asset.mjs"; //#region src/generated/crests/forward-deployed-engineering.d.ts /** * The **Forward Deployed Engineering** crest. Use the base for the full illustration, and `.Mini` for the * simplified badge that reads at small sizes (favicons, avatars, inline chips). * * Pass `size`, `title`, and any other `` prop to either. * * @example * ```tsx * import { ForwardDeployedEngineeringCrest } from "@posthog/brand/crests" * * // full illustration * // the mini badge * ``` */ declare const ForwardDeployedEngineeringCrest: SvgAssetComponent & { Mini: SvgAssetComponent; }; //#endregion export { ForwardDeployedEngineeringCrest, ForwardDeployedEngineeringCrest as default };