import type { Bud } from '@roots/bud-framework';
interface Props {
    path?: Bud[`path`];
}
export declare const Paths: ({ path }: Props) => import("@roots/bud-support/jsx-runtime").JSX.Element;
export {};
