import { type ElementType } from 'react'; import { type SpiritSectionProps } from '../../types'; export interface UseSectionSizeProps { modifiedProps: Partial>; } export declare const useSectionSizeProps: (props: Partial>) => UseSectionSizeProps;