import 'solid-ui/components/footer'; import type { LiveStore } from 'rdflib'; declare module 'solid-ui/components/footer'; import 'solid-ui/components/footer'; type FooterElement = HTMLElement & { store?: LiveStore | null; position?: 'static' | 'absolute' | 'relative' | 'fixed' | 'sticky'; top?: string; right?: string; bottom?: string; left?: string; }; export declare function createFooter(store: LiveStore): FooterElement; export {}; //# sourceMappingURL=footer.d.ts.map