import { ISpringProps } from '../options'; export declare const getSpringConfig: (config: ISpringProps) => { [key: string]: number | undefined; };