import { type ElementType } from 'react'; import { type SpiritSectionProps } from '../../types'; export interface UseSectionStyleProps { classProps: string; } export declare const useSectionStyleProps: (props: Partial>) => UseSectionStyleProps;