declare const Component: {
    defaultProps: {
        enterDelay: number;
    };
};
export default Component;
