import { JSX } from "solid-js"; type BothSideProps = { classList?: any; class?: any; children?: any; style?: any; }; export declare function BothSide(props: BothSideProps): JSX.Element; export {};