import { AttributeValue } from './types/AttributeValue'; import { State } from '@khanacademy/simple-markdown'; declare const _default: (tagName: string, content: string, attributes?: Partial> | null | undefined, isClosed?: boolean, state?: State) => string; export default _default;