/** @jsxRuntime classic */ /** @jsx jsx */ import { FC } from 'react'; import { IAsideContainerProps } from '../types'; export declare const AsideContainer: FC;