/** * This file was auto-generated by Fern from our API Definition. */ export type EmbedVariant = "compact" | "full" | "expandable"; export declare const EmbedVariant: { readonly Compact: "compact"; readonly Full: "full"; readonly Expandable: "expandable"; };