declare const truncatePropDef: {
    truncate: {
        type: "boolean";
        className: string;
    };
};
export { truncatePropDef };
