import React from 'react'; import { type ElementProps } from '../../../../../types/element'; export type PageHeaderSettingsRowProps = ElementProps<'div', React.PropsWithChildren>; export declare const PageHeaderSettingsRow: React.ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "children"> & { children?: React.ReactNode; } & React.RefAttributes>; //# sourceMappingURL=PageHeaderSettingsRow.d.ts.map