import type { ThemeVarType } from '../theme';
export declare const createStyles: (themeVar: ThemeVarType) => {
    icon: {
        marginLeft: number;
    };
};
