import { FC } from "rax"; import { LayoutFixProps } from "./types"; import "./index.scss"; declare const LayoutFix: FC; export default LayoutFix;