import type { TaxesPageProps } from "./taxes-page/shared.js"; export declare function TaxesPage({ api: apiProp }?: TaxesPageProps): import("react").JSX.Element; export type { TaxesPageApi, TaxesPageProps } from "./taxes-page/shared.js";