export declare class SmartToolbar { /** * If true, ONLY child components marked with [start] or [end] attributes are show. */ split: boolean; /** * If true applies the style ".compact" to use minimum margin and padding. *
* If false, the style ".spaced" is applied. */ isCompact: boolean; }