import type { Ref } from 'react'; import type { DefaultTheme } from 'styled-components'; import type { BaseProps, ForwardRefForwardPropsComponent, NoChildrenProp, TestIdProp } from '../../types'; export interface HTMLProps extends BaseProps, NoChildrenProp, TestIdProp { content: string; customTags?: string[]; ref?: Ref; } export declare const listStyles: import("styled-components").RuleSet; export declare const getTableStyles: (theme: DefaultTheme) => import("styled-components").RuleSet; export declare const getHtmlStyles: (theme: DefaultTheme) => string; export declare const StyledHTML: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; declare const _default: ForwardRefForwardPropsComponent & { getTestIds: (testIdProp?: TestIdProp["testId"]) => import("../../types").TestIdsRecord; }; export default _default; //# sourceMappingURL=HTML.d.ts.map