import React from 'react'; type Props = { value?: number; }; declare const UShellLayout: ({ value }: Props) => React.JSX.Element; export default UShellLayout;