import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; /** Full-width row with consistent vertical section spacing. */ export declare const SectionSpacingRow: { ({ ref, children, sx, ...props }: FlexBoxProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=SectionSpacingRow.d.ts.map