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