import { type SpiritFooterProps } from '../../types'; export interface UseFooterStyleProps { classProps: string; } export declare const useFooterStyleProps: (props: Partial) => UseFooterStyleProps;