import { FC, ReactNode } from 'react'; import { IconProps } from '../Icon/index.js'; export declare const Section: FC<{ children: ReactNode; section: string; name?: string; icon?: IconProps['variant']; }>;