import { Theme } from '@mui/material/styles'; type DrawerHeaderStyledProps = { open: boolean; theme: Theme; }; declare const DrawerHeaderStyled: import('@emotion/styled').StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject | null | undefined; }, keyof import('@mui/system').BoxOwnProps> & import('@mui/system').MUIStyledCommonProps & DrawerHeaderStyledProps, {}, {}>; export { DrawerHeaderStyled }; export type { DrawerHeaderStyledProps }; //# sourceMappingURL=DrawerHeaderStyled.d.ts.map