import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { TaxComponentComponentType } from "./TaxComponentComponentType"; export declare const TaxComponent: core.serialization.ObjectSchema; export declare namespace TaxComponent { interface Raw { id?: string | null; remote_id?: string | null; created_at?: string | null; modified_at?: string | null; name?: string | null; rate?: string | null; is_compound?: boolean | null; component_type?: TaxComponentComponentType.Raw | null; remote_was_deleted?: boolean | null; } }