import { ReactNode } from 'react'; import { MdxComponent } from '../interfaces'; interface AsideProps { children: ReactNode; className?: string | null; hideRule?: boolean | null; } /** * The `