import { ReactElement } from 'react'; export interface FieldsProps { /** Path to the config holding the staleness keys. Defaults to the form root. */ path?: string; } /** * Fields edits the color a component takes on, and the delay before it does, once its * source stops sending. It renders as a pair of siblings, so the caller places it in a * row of its own choosing. Both fields carry a default so they still render on a symbol * saved before it gained staleness config. */ export declare const Fields: ({ path }?: FieldsProps) => ReactElement; //# sourceMappingURL=Fields.d.ts.map