import React from "react"; declare type LowCodePageProps = { id: number; }; declare const LowCodePage: (props: LowCodePageProps) => React.JSX.Element; export default LowCodePage;