/**
 * The type of message to send to the back to top component.
 */
export declare enum SkyBackToTopMessageType {
    /**
     * Scrolls the element back to the top.
     */
    BackToTop = 0
}
