import { StylableComponentProps } from '../theme' export interface SaveButtonProps extends StylableComponentProps { icon?: string color?: string onClick?: (e: any) => any }