import * as React from "react"; interface IPaths { list: string; create: string; id: string; } export declare function usePaths(): IPaths; export declare function PathsContextProvider(props: React.PropsWithChildren<{ value: IPaths; }>): JSX.Element; export {}; //# sourceMappingURL=paths-context.d.ts.map