import { QuoteStatementProps, QuoteTextProps } from '../_types'; import { ElementModel } from '../../../_types'; export declare const createCompositeQuoteText: (props: Pick) => import('../../../../builder/dist/index.d.ts').ElementModel; export declare const createStatementQuoteHeadline: ({ headline, }: Pick) => ElementModel | null; export declare const createStatementQuoteAttribution: ({ attribution, attributionSubText, }: Pick) => ElementModel | null; //# sourceMappingURL=text.d.ts.map