import type { PageObject } from "../../../types/notion/page.js";
import type { FC } from "react";
type Props = {
    pages: Array<PageObject>;
};
export declare const List: FC<Props>;
export {};
//# sourceMappingURL=List.d.ts.map