declare const quotePropDefs: {
    wrap: {
        type: "enum";
        className: string;
        values: readonly ["wrap", "nowrap", "pretty", "balance"];
        responsive: true;
    };
    truncate: {
        type: "boolean";
        className: string;
    };
    asChild: {
        type: "boolean";
    };
};
export { quotePropDefs };
//# sourceMappingURL=quote.props.d.ts.map