import { SlateProps } from '../../types/SlateProps'; import { UseSlatePropsOptions } from '../../types/UseSlatePropsOptions'; /** * Get Slate props stored in a global store. */ export declare const useSlateProps: ({ id, onChange: _onChange, }?: UseSlatePropsOptions) => Omit; //# sourceMappingURL=useSlateProps.d.ts.map