import { Theme } from './types';
declare const styled: import("@mui/system").CreateMUIStyled<Theme>;
export default styled;
