1 | import type { ThemeType } from './index';
|
2 | export declare const svgBaseProps: {
|
3 | width: string;
|
4 | height: string;
|
5 | fill: string;
|
6 | 'aria-hidden': boolean;
|
7 | focusable: string;
|
8 | };
|
9 | export declare function getThemeFromTypeName(type: string): ThemeType | null;
|
10 | export declare function removeTypeTheme(type: string): string;
|
11 | export declare function withThemeSuffix(type: string, theme: ThemeType): any;
|
12 | export declare function alias(type: string): string;
|