export namespace S { const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; const TitleBar: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; const Title: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; const Adornment: import("styled-components").StyledComponent<"aside", import("styled-components").DefaultTheme, {}, never>; } export default TitleBar; declare function TitleBar({ title, onMinimize, isMaximized, onMaximize, onClose, startAdornment, endAdornment, children, style, className, }: { title: any; onMinimize: any; isMaximized: any; onMaximize: any; onClose: any; startAdornment: any; endAdornment: any; children: any; style: any; className: any; }): JSX.Element; declare namespace TitleBar { namespace propTypes { const title: PropTypes.Requireable; const onMinimize: PropTypes.Requireable<(...args: any[]) => any>; const isMaximized: PropTypes.Requireable; const onMaximize: PropTypes.Requireable<(...args: any[]) => any>; const onClose: PropTypes.Requireable<(...args: any[]) => any>; const startAdornment: PropTypes.Requireable; const endAdornment: PropTypes.Requireable; const children: PropTypes.Requireable; } const hiName: string; } import PropTypes from 'prop-types';