import { ApplicationState } from '../types'; declare const setMountProps: (value: string, state: ApplicationState) => void; export default setMountProps; //# sourceMappingURL=setMountProps.d.ts.map