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