import { Log } from "../log"; import { MetaHTMLIfSuccessInternal, MetaHTMLIfFailureInternal } from "./metaComponent"; declare type Props = { htmlElement: HTMLElement; log: Log; }; export declare const parseMetaHTMLIf: ({ htmlElement, log, }: Props) => Pick | Pick; export declare function stringToDjangoVar(str: string): string; export {};