import React from 'react'; declare const _default: { title: string; component: React.FC<{ animation: import("../utils").Animation; reverse?: boolean | undefined; strokeColor?: string | undefined; fillColor?: string | undefined; pathCss?: string | undefined; options?: Partial | undefined; size?: number | undefined; loop?: number | boolean | undefined; autoplay?: boolean | undefined; speed?: number | undefined; wrapperStyle?: React.CSSProperties | undefined; render?: ((eventProps: any, animationProps: any) => React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>) | undefined; } & React.HTMLProps>; }; export default _default; export declare const All: () => JSX.Element;