import React from 'react'; interface SwatchBookProps { isMobile: boolean; } export declare const SwatchBook: React.FC; export {};