import { FC } from 'react'; import { BoxPropsOf } from './Box'; export declare const domElements: readonly ["a", "b", "article", "aside", "blockquote", "button", "caption", "cite", "circle", "code", "dd", "div", "dl", "dt", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hr", "img", "input", "kbd", "label", "li", "main", "mark", "nav", "ol", "p", "path", "pre", "q", "rect", "s", "svg", "section", "select", "strong", "small", "span", "sub", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "tr", "ul", "use"]; type Components = { a: FC>; b: FC>; article: FC>; aside: FC>; blockquote: FC>; button: FC>; caption: FC>; cite: FC>; circle: FC>; code: FC>; dd: FC>; div: FC>; dl: FC>; dt: FC>; fieldset: FC>; figcaption: FC>; figure: FC>; footer: FC>; form: FC>; h1: FC>; h2: FC>; h3: FC>; h4: FC>; h5: FC>; h6: FC>; header: FC>; hr: FC>; img: FC>; input: FC>; kbd: FC>; label: FC>; li: FC>; main: FC>; mark: FC>; nav: FC>; ol: FC>; p: FC>; path: FC>; pre: FC>; q: FC>; rect: FC>; s: FC>; svg: FC>; section: FC>; select: FC>; strong: FC>; small: FC>; span: FC>; sub: FC>; sup: FC>; table: FC>; tbody: FC>; td: FC>; textarea: FC>; tfoot: FC>; th: FC>; thead: FC>; tr: FC>; ul: FC>; use: FC>; }; export declare const capui: Components; export {};