import { FunctionalComponent, JSX, Ref, RenderableProps } from 'preact'; import { ForwardFn } from 'preact/compat'; export type MixinHTMLElementAttributes> = RenderableProps, keyof ComponentProps> & ComponentProps>; export declare function createComponent>(fn: ForwardFn): FunctionalComponent & { ref?: Ref; }>; //# sourceMappingURL=create-component.d.ts.map