export declare const createAnimationChevronFlow: ({ sizedContainer, completedCallback, isAnimationOnLoad, }: { sizedContainer: HTMLElement; sizedWrapper: HTMLElement; completedCallback?: () => void; isAnimationOnLoad?: boolean; }) => { element: HTMLDivElement; styles: string; events: { load: () => void; }; }; //# sourceMappingURL=chevron-flow.d.ts.map