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