import type { JSX } from 'solid-js'; export interface UnmountableProps { unmount?: boolean | 'offscreen'; } export declare function createUnmountable(props: UnmountableProps, shouldMount: () => boolean, render: () => JSX.Element): JSX.Element; //# sourceMappingURL=create-unmountable.d.ts.map