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