import { TRequiredProps } from '../../internal/requiredProps';
import { IPointersMutableProps, IPointersStaticProps } from './types';
export declare const STATIC_PROPS: TRequiredProps<IPointersStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<IPointersMutableProps>;
//# sourceMappingURL=props.d.ts.map