import { LayoutMargin } from '@euax-ui/default-props'; export declare type PlayButtonProps = { onPlay: () => void; size?: 'sm' | 'md' | 'lg' | 'xs'; } & LayoutMargin;