import { QuoteActionProps, QuoteStatementProps } from '../_types'; import { ElementModel } from '../../../_types'; export declare const createCompositeQuoteAction: ({ action, image, includesAnimation, isTypeFeatured, }: QuoteActionProps) => import('../../../../builder/dist/index.d.ts').ElementModel; export declare const createStatementQuoteAction: ({ action, }: Pick) => ElementModel | null; //# sourceMappingURL=action.d.ts.map