import React from 'react'; import type { LedMatrixProps } from './LedMatrix'; interface LedMatrixMediaVariablesProps extends LedMatrixProps { selector: string; } export declare function LedMatrixMediaVariables({ cols, gap, value, selector, }: LedMatrixMediaVariablesProps): React.JSX.Element; export {};