import type { ReactNode } from 'react'; import type { ShellWidth } from './width.js'; type Hints = readonly string[]; export declare function FooterProvider({ children }: { children: ReactNode; }): JSX.Element; export declare function useFooterHints(hints: Hints): void; export declare function Footer({ width }: { width?: ShellWidth; }): JSX.Element; export {}; //# sourceMappingURL=Footer.d.ts.map