import type { ReactNode } from 'react'; interface Props { animationDelay: number; children: ReactNode; x: number; } export declare function LabelWrapper({ animationDelay, children, x }: Props): JSX.Element; export {}; //# sourceMappingURL=LabelWrapper.d.ts.map