import React from 'react';
type Props = {
    style?: React.CSSProperties;
};
declare const SetupLater: ({ style }: Props) => React.JSX.Element;
export default SetupLater;
