import { VariantType } from "../menu-item"; import type { MenuType } from "../menu.types"; interface StyledScrollableBlockProps { menuType: MenuType; variant: VariantType; } declare const StyledScrollableBlock: import("styled-components").StyledComponent<"li", any, StyledScrollableBlockProps, never>; export default StyledScrollableBlock;