import { TextProps } from '@sanity/ui'; import React from 'react'; declare type Direction = 'down' | 'right' | undefined; export declare const FromToArrow: ({ direction, ...restProps }: { direction?: Direction; } & TextProps & Omit, "children" | "ref">) => React.JSX.Element; export {}; //# sourceMappingURL=FromToArrow.d.ts.map