import type { FunctionComponent } from 'react'; import type { DefaultTheme } from 'styled-components'; import type { ForwardProps } from '../../types'; export declare const markStyles: ({ theme }: { theme: DefaultTheme; }) => import("styled-components").RuleSet; export declare const StyledMark: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, never>> & string; declare const Mark: FunctionComponent; export default Mark; //# sourceMappingURL=Mark.d.ts.map