declare const useStyles: (props?: any) => Record<"iconButton" | "seleted" | "tabIcon", string>; export default useStyles;