declare const _default: {
    name: string;
    description: string;
    parser(reader: import("../BoxReader.js").BoxReader<ColorInformationBoxContent>): void;
};
export default _default;
export type ColorInformationBoxContent = {
    colour_type: string;
    colour_primaries?: number | undefined;
    transfer_characteristics?: number | undefined;
    matrix_coefficients?: number | undefined;
    full_range_flag?: import("../types.js").ParsedBitsField | undefined;
    ICC_profile?: Uint8Array | undefined;
};
//# sourceMappingURL=colr.d.ts.map