interface Props { /** "Kinesis" colour */ colour?: string; /** CSS width value */ width?: string; } /** * The Kinesis dot-pattern logo as inline SVG, with configurable fill colour and width. * * [Read the docs.](https://reuters-graphics.github.io/graphics-components/?path=/docs/components-logos-kinesislogo--docs) */ declare const KinesisLogo: import("svelte").Component; type KinesisLogo = ReturnType; export default KinesisLogo;