/**
 * Specifies options for the back to top component.
 */
export interface SkyBackToTopOptions {
    /**
     * Whether to hide the back to top button.
     * @default false
     */
    buttonHidden?: boolean;
}
