declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            '& .SCCategoryAutocomplete-paper-contrast-color': {
                color: any;
            };
        };
    };
};
export default Component;
