import { type FC } from 'react';
declare const HomeBaseLayout: FC;
export default HomeBaseLayout;
