/// import { SxProps } from '@mui/material'; declare type TVBStylesFunction = (props?: any) => Record; declare type TVBStyles = Record; export declare const makeVestaboardStyles: (styles: TVBStylesFunction | TVBStyles) => (props?: any) => Record>; export {};