import { FC } from "rax"; import { LayoutAdaptProps } from "./types"; declare const LayoutAdapt: FC; export default LayoutAdapt;