export declare function useLoadMoreStyle(): {
    paddingBottom: number;
} | {
    paddingBottom?: undefined;
};
