import { ButtonConfigInterface } from '@cosmograph/ui'; export interface CosmographButtonFitViewConfigInterface extends ButtonConfigInterface { /** * Specifies the duration of the animation in milliseconds. * @default 250 **/ duration?: number; /** * Specifies the padding around the graph in the viewport viewport. * @default 0.1 **/ padding?: number; } export declare const defaultCosmographButtonFitViewConfig: CosmographButtonFitViewConfigInterface;