import { QuoteInlineProps } from './_types'; export declare const createCompositeQuoteInline: (props: QuoteInlineProps) => { events: { loadAnimation: () => void; }; element: HTMLElement; styles: string; update?: (props: Partial) => void; destroy?: () => void; }; //# sourceMappingURL=inline.d.ts.map