/**
 * CSS utility functions for WGM Swap Components
 */
export declare const STYLES_CSS_PATH = "wgm-swap-components/dist/styles.css";
/**
 * Programmatically load CSS styles for WGM Swap Components
 * Useful for dynamic imports or conditional loading
 */
export declare const loadWGMStyles: () => void;
/**
 * Get CSS content as string for inline usage
 * Note: This requires bundler support for CSS imports
 */
export declare const getWGMStylesContent: () => Promise<string>;
