import type { FooterStyle } from '../../components/PaginationFooter/types'; import type { BackgroundColors } from '../../hooks/use-extended-theme/types'; declare const getFooterStyle: (background: BackgroundColors) => FooterStyle; export default getFooterStyle;