export interface SkeletonLoading {
    /**
     * background of the loader componenet
     */
    background: string,

    /**
     * highlight color of the loader component
     */
    highlight: string
}