export interface SideBySideProps { style?: any; class?: string; classList?: any; left?: any; right?: any; } export declare function SideBySide(props: SideBySideProps): import("solid-js").JSX.Element;