import { Theme } from "@mui/material/styles";
export declare function getDrawerSxTransitionMixin(isExpanded: boolean, property: string): {
    transition: (theme: Theme) => string;
};
export declare function getDrawerWidthTransitionMixin(isExpanded: boolean): {
    overflowX: string;
    transition: (theme: Theme) => string;
};
