///
///
import { IRNTheme } from '@react-pakistan/util-react-native-functions';
export declare const ColorsWrapper: import("styled-components").StyledComponent;
export declare const SwatchPaletteWrapper: import("styled-components").StyledComponent;
export declare const SwatchPalette: import("styled-components").StyledComponent;
export declare const Swatch: import("styled-components").StyledComponent;
export interface ISwatchProps {
/**
* Specifies the background color of Swatch component
*/
backgroundColor: string;
/**
* Specifies the opacity of Swatch component
*/
opacity: number;
/**
*
*/
theme: IRNTheme;
}