interface FrameProps {
html?: string;
css?: any;
inline?: boolean;
setShow?: (val: boolean) => void;
formKey?: string;
}
declare function QuikFormViewer({ html, css, setShow, inline, formKey }: FrameProps): import("@emotion/react/jsx-runtime").JSX.Element;
export default QuikFormViewer;
//# sourceMappingURL=QuikFormViewer.d.ts.map