export declare const useListCardItemRatio: (contentTrailingRatio: number) => {
    content: number;
    trailing: number;
};
