import { SxProps, Theme } from '@mui/material/styles';
export declare const baseStyle: SxProps<Theme>;
export declare const activeStyle: SxProps<Theme>;
export declare const acceptStyle: SxProps<Theme>;
export declare const rejectStyle: SxProps<Theme>;
