import { CSSObject } from '@emotion/react'; import { Theme } from '../../Identity'; import { TextProps } from '../../Typography'; type MenuSubLinkProps = TextProps; export declare const menuSubLinkStyle: (theme: Theme, props: MenuSubLinkProps) => CSSObject; export declare const MenuSubLink: (props: MenuSubLinkProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MenuSubLink.d.ts.map