import { type ReactElement } from "react"; type AnimationCircleVsPillDemoProps = { readonly markerColor: string; readonly longLabel: string; }; export declare const AnimationCircleVsPillDemo: ({ markerColor, longLabel }: AnimationCircleVsPillDemoProps) => ReactElement; export {};