import { ToolbarItemStyleProps } from './toolbar-item.interfaces'; export declare const StyledToolbarItem: import("styled-components").StyledComponent<"li", import("styled-components").DefaultTheme, ToolbarItemStyleProps, never>;