import { FC } from "react"; import { PanelProps } from "@vkontakte/vkui"; declare const Panel: FC; export default Panel;