import { FC } from "react"; import "./style.scss"; import { SidePanelProps } from ".."; /** Sliding side panel with Title and Body sub-components */ declare const SidePanel: FC; export default SidePanel; //# sourceMappingURL=index.d.ts.map