import { ButtonProps } from "../../Button/Button.types"; export interface SRHeaderProps { title: string; buttons?: Array; eventEmitter: (id: number) => void; status?: "play" | "pause" | "stop"; }