import type { ControlButtonProps } from './types'; declare const ControlButton: import("svelte").Component; type ControlButton = ReturnType; export default ControlButton;