import React from 'react'; import { Button } from 'antd'; export const FilledButton = (props: any) => ( ); export const FilledYellowButton = (props: any) => ( );