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