import { SxProps, Theme } from "@mui/material";
export declare function selectStyles<T extends Theme = Theme>(...sxs: (SxProps<Theme> | (boolean | SxProps<Theme>)[] | undefined)[]): SxProps<T>;
export declare const ss: typeof selectStyles;
