export declare enum TulButtonSizeEnum { BIG = "big", SMALL = "small" } export declare type TulButtonSize = `${TulButtonSizeEnum}`;