import type { HTMLAttributesWithRootRef } from '../../types';
export interface ModalPageFooterProps extends HTMLAttributesWithRootRef {
/**
* Отключение отображения разделителя.
*/
noSeparator?: boolean;
/**
* Отключение отступов сверху и снизу.
*/
noPadding?: boolean;
}
export declare const ModalPageFooter: ({ noSeparator, noPadding, children, ...restProps }: ModalPageFooterProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ModalPageFooter.d.ts.map