import { Theme } from '@mui/material/styles'; export declare const getLayoutConfig: (theme: Theme, variant: string | null) => { color: string[]; } | { color: string[]; } | { color: string[]; };