/** * This is the CSS from Ed, a former designer for the app (web version) * They are migrated to TS codes (either CSSProperties or Styled) */ import { SerializedStyles } from '@emotion/react'; import { CSSProperties } from 'react'; export declare const mgdButton: CSSProperties; export declare enum MGDButtonType { Primary = "primary", Secondary = "secondary", Tertiary = "tertiary" } export declare enum MGDButtonSize { Small = "small", Regular = "regular", Large = "large" } export declare const mgd_button_type: Record; export declare const mgdButtonSize: Record; export declare const mgdButtonText: CSSProperties; //# sourceMappingURL=MGDButton.d.ts.map